home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / midilb20.lha / basic / readme < prev   
Text File  |  1988-04-07  |  2KB  |  42 lines

  1. Also contained on this disk are several examples of using the MIDI 
  2. library from AmigaBasic courtesy of:
  3.  
  4.         Jim McConkey
  5.         Triangle Audio, Inc.
  6.         P.O. Box 1108
  7.         Sterling, VA 22170
  8.  
  9. Two files, midi.bmap and exec.bmap, which are required for using the
  10. midi and exec libraries from AmigaBasic, can be found in the same directory
  11. as the AmigaBasic demo programs. The demo programs assume that they will be 
  12. found in the current directory when the programs are run. If you start Amiga
  13. Basic from another directoy, use CHDIR to change the directory to where the 
  14. demo programs are. The .bmap files were created from .FD files with the 
  15. ConvertFD program found on the AmigaBasic/AmigaDemos disk.
  16.  
  17. Four demo programs are provided demonstrating the use of the MIDI library
  18. from AmigaBasic:
  19.  
  20.     ht    This is a straight translation of the C demo program
  21.         ht which can be found in the :examples directory. It
  22.         sends a user inputed string of hex bytes to the MIDI
  23.         out port.
  24.  
  25.     change    This is a simplified version of ht which sends a patch
  26.         change command to the MIDI out port.
  27.  
  28.     czplus    This is a simple Casio CZ series patch librarian. It
  29.         also features a random patch generator. CZPlus was
  30.         loosely based on a C64 program of the same name by
  31.         Tim Dowty which was published in Electronic Musician
  32.         in February and August 1987.
  33.  
  34.     cpg    This is a MIDI random Chord Progression Generator, 
  35.         again based on an article in the April 1988 edition
  36.         of EM, this time by Jim Johnson. The original was
  37.         written for the Atari ST. It composes random chord
  38.         progression based on a scale played in by the user. 
  39.  
  40.  
  41. We hope you find these programs useful and informative.
  42.